home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / degree2r / checks~1.txt next >
Text File  |  1999-07-26  |  123b  |  6 lines

  1. <%
  2. function chkstring(string)
  3. if string = "" then string = " "
  4. chkstring = replace(string, "'", "''")
  5. end function
  6. %>